home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / News / rnMac 1.3b5 / README next >
Text File  |  1994-06-30  |  9KB  |  143 lines

  1. Here's v1.3b5 of rnMac.  The following changes have been made since the last version; the To-Do list is at the bottom....
  2.  
  3. -Roy
  4.  
  5.  
  6. June 28 - v1.3b5
  7. - fixed ISO8859 <--> Macintosh conversion
  8. - added support for "REPLYVIAEUDORA" setting
  9. - added min/max header space command to Articles menu
  10. - fixed yet another nasty little bug in the newsrc code.... this one caused things to hang during the startup count of unread articles
  11. - click-dragging to select article subject lines in the top list is now possible
  12. - added Un-Catch-Up option to Articles Menu
  13. - bogus groups in the newsrc now result in a prompt asking whether the bogus group should be deleted/unsubscribed
  14. - added StandardGetFolder and helpful info to the “Edit Settings” window
  15. - click-dragging of subscribed groups in newsrc window is now possible (cool— and much easier to do than I thought)
  16. - tweaked up/down scrolling and page-up/page-down for help window
  17. - added support for multiple in/out translation tables (see note above for more info)
  18. - added support for DELETEREADARTICLES setting
  19.  
  20.  
  21.  
  22. June 16 - v 1.3b4
  23. - fixed bad dereference of Handle in threader code (this caused nasty crashes during threading)
  24. - fixed long vs unsigned long problems in threader code
  25. - added GB2HZ processing for From: author names
  26. - added better internal safeguards to catch and correct bad newsrc's
  27. - added code to reject font sizes less than zero
  28. - fixed custom header code
  29.  
  30.  
  31.  
  32. June 12 — v1.3b3
  33. - changed font of this help text to Courier, which I hope everyone has installed
  34. - fixed call to ObscureCursor() after keystrokes
  35. - added support for "Open Document" Apple Events, so double-clicking on a settings file now works under System 7 again
  36. - fixed the bug in the newsrc code that was responsible for trashing the lists of read articles (for those interested, the problem was due to a long vs unsigned long article number when doing comparisons; after testing 100,000 mark as read/mark as unread operations, I'm reasonably confident that things are solid now)
  37. - fixed a really wicked bug with the default font size and font menu that occasionally set the font size to -1, which lead TextEdit to believe that it was dealing with a styled edit record, rather than a standard edit record (let's hope this makes John Delacour's life easier)
  38.  
  39.  
  40.  
  41.  
  42. June 1 - v1.3b2
  43. - fixed problem with loading sigfile when posting an article (thanks Ernst!)
  44. - added Subject/Date threading feature (works fast and sort of well)
  45. - enabled Edit menu choices (Cut/Copy/Clear) after shift-arrowkey selection of text
  46. - when saving articles, rnMac now checks to see if the file exists, and gives the user the option to append or overwrite the file when appropriate
  47. - added NEWSRCNAME setting and multi-user capabilities
  48. - added code to recognize open documents, so you can double-click on a settings file to launch rnMac
  49. - fixed problem with rmail command for headers like “To: rrwood@io.org (Roy Wood)” or “To: Roy Wood <rrwood@io.org>” (according to RFC 1036, those are the only legal forms that caused problems)
  50. - fixed up the “Save As Textfile” code for saving multiple articles
  51. - when saving textfiles and using the article subject as the filename, colons are now translated to spaces, so as not to confuse the file manager
  52. - the system part of the filenames of spooled UUCP files are now truncated to 6 or fewer characters, so as not to confuse older (traditional?) UUCP implementations; let's hope this doesn't upset MacSlurp
  53. - support for multiple monitors has been implemented, I think (can someone test this for and let me know if it works, please?)
  54. - help screen is now non-modal
  55. - settings editing screen is now non-modal
  56. - better tolerance for missing settings implemented (uses defaults in application resource fork, making it easier to update old settings files now)
  57. - text font/size menu now works correctly
  58. - added support for "USETEXTEDIT" setting, which may provide support for WorldScript (can someone let me know if they can get a non-english system such as Chinese or German to work?)
  59. - added ISO-8859 translation using A. Pirard's 'taBL' resource tables
  60. - added support for "TRUNCATEUUCPNAME" setting
  61. - if an original article has been deleted and the alias is then opened, that article is now marked as read, and hilighting of the article header in the list is correctly handled
  62. - "Save Newsrc" menu option is back
  63. - pasting in the registration dialog is enabled
  64. - added support for "BACKGROUNDRGB" setting and setting the background colour via the colour picker on machines with colour QuickDraw
  65. - fixed WRAPTEXT handling in TextEdit mode (remember this only affects displayed articles, not outgoing news/mail)
  66. - added GB <—> HZ conversion code for Chinese text (I hope it works!)
  67. - added support for DOHZ2GBAUTO setting
  68. - added silly little emoticons menu for pasting into outgoing mail/news; to customize the available items, use ResEdit or Resourcerer....
  69. - added support for required Apple Events (Open Application, Open Document, Print, Quit) and ToadNews "thread all newsgroups" events, so rnMac now functions correctly as a ToadNews-invocable threader (i.e. when it receives the appropriate Apple Event from ToadNews, it threads all newsgroups and then quits)
  70.  
  71.  
  72.  
  73.  
  74. To Do Soon:
  75. ===========
  76. - styled TextEdit records for Chinese text
  77.  
  78. - X. and D. spool files for local mail, rather than directly accessing mailboxes
  79. - support cc: lines in mail, reply, forward (modify the uucico rmail/imail command to include all To: addresses and CC: and Bcc: addresses)
  80. - multiple aliases should be split so the first is on the To: line, and the others are on the CC: line
  81.  
  82. - uudecoding
  83. - no colons in filenames (mostly ARTICLESFOLDER, I think)
  84.  
  85. - AppleTalk NNTP server
  86. - fix the threader so it really threads correctly using References: and Message-ID: headers
  87. - more non-command function keys, e.g. 'k' for kill, 'n' for next, 'f' for followup, etc. (more like trn)
  88. - user-configurable choices for hotkeys
  89.  
  90. - sort subject lists by thread/author/date/etc... using a sort submenu
  91. - Break off articles in digest format (as an option, maybe chosen by group)
  92. - MIME  (RFC 1521, 1522; get some examples from int'l newsgroups)
  93. - ability to edit spooled articles in an out basket
  94. - more user-configurability as far as choosing the header lines displayed.
  95. - add option to open other mailboxes, maybe even a submenu of mailboxes
  96. - user configurable option to jump-scroll article headers, rather than centering them
  97. - user-configurable option to keep subscribed groups window from scrolling
  98. - after "kill subject", cursor should stay *near* where it was before kill
  99. - total number/read/unread counts in subscribed groups window
  100.  
  101. - double-clicking on a group should force threading to be done for that group then (either before it's opened or in the background as the out-of-date data is used)
  102. - update mail reader so it does all the neat things the article reader does
  103. - undo for catch up?  undo in general?
  104. - keyword-searches of headers or articles (Ugh, slow)
  105. - keep debugging TE32K code
  106. - typing in the Active Newsgroups window should select the first group which matches the characters typed (similar to native Mac open dialog)
  107. - kill subject/author, now/forever
  108. - correct handling of postings to moderated groups (another complicated one....)
  109. - allow for multiple feed sites, especially when creating spool files for posting of new articles
  110.  
  111.  
  112.  
  113.  
  114.  
  115. From: holst@pegasus.ping.dk (Bo Holst-Christensen)
  116.  
  117. >> If there is interest I plan to let others use my program - when I find it
  118. >> sufficiantly useful to others. If you are interested, I could send you a
  119. >> copy of the version I have running, when I have written a description of
  120. >> how to set it up and use it.
  121. >
  122. >It sounds wonderful!  I'd be very happy to make sure that rnMac works
  123. >correctly with it, so if you send me a copy I'll start testing.
  124.  
  125. I have just prepared to send out my program "UUDP", in lack of a better
  126. name, version 1.00a7. To get the full use of it, I will also send UUPC
  127. version 3.1b38-5 (my 5th patch version of Dave Platt's 3.1b38 source
  128. compiled), and some sketchy documentation.
  129. I plan to have UUDP set up all the other programs sometime in the future,
  130. if I get the time.
  131.  
  132. >For what
  133. >it's worth, rnMac now supports multiple users fairly easily-- I can
  134. >send along details if you're interested.
  135.  
  136. I would indeed be interested in getting that information. Also any
  137. information about what events rnMac can accept, and what it can send
  138. (especially how to get rnMac to call Eudora) would be very interesting.
  139. As I plan to have UUDP get the most out of the programs it calls all
  140. information of that kind would be very helpfull.
  141.  
  142.  
  143.